ConnectionCheckinDocument Method |
Transitions a document from the Under Change state to the Released state.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic void CheckinDocument(
string vaultidentifier,
string docid,
string comment = ""
)
Public Sub CheckinDocument (
vaultidentifier As String,
docid As String,
Optional comment As String = ""
)
public:
void CheckinDocument(
String^ vaultidentifier,
String^ docid,
String^ comment = L""
)
member CheckinDocument :
vaultidentifier : string *
docid : string *
?comment : string
(* Defaults:
let _comment = defaultArg comment ""
*)
-> unit
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault. - comment (Optional)
- Type: SystemString
Optional comment to be written in the comment log of the document.
Remarks
See Also